home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / show / bview106.lha / Bview106 / Install.script < prev    next >
Encoding:
Text File  |  1994-02-06  |  1.3 KB  |  62 lines

  1. FailAt 30
  2.  
  3. Echo "*nInstall powerpacker.library  reqtools.library"
  4. Echo "for Bview 1.x and other programs"
  5. Echo "Look at version and press y or n to install*n"
  6.  
  7. Version >NIL: LIBS:powerpacker.library
  8. If NOT ERROR
  9.     Echo "Your Version of powerpacker.library is:"
  10.     Version LIBS:powerpacker.library
  11.     Echo ""
  12. Else
  13. Echo "No version of powerpacker.library installed*n"
  14. EndIf
  15.  
  16. Echo "Version distributed with Bview is : 36.10*n"
  17.  
  18. Ask "Install This version ?"
  19. If  WARN
  20. Copy LibsBV/powerpacker.library LIBS:powerpacker.library
  21. Echo "OK new version installed.*n"
  22. EndIf
  23.  
  24. Version >NIL: exec.library 37
  25. If WARN
  26.     Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
  27.     Skip END
  28. EndIf
  29.  
  30. Version >NIL: LIBS:reqtools.library
  31. If NOT ERROR
  32.     Echo "Your Version of reqtools.library is:"
  33.     Version LIBS:reqtools.library
  34.     Echo " "
  35. Else
  36. Echo "No version of reqtools.library installed*n"
  37. EndIf
  38.  
  39. Echo "Version distributed with Bview is : 38.1210*n"
  40.  
  41. Ask "Install This version ?"
  42. If  WARN
  43. Copy LibsBV/reqtools.library LIBS:reqtools.library
  44. Echo "OK new version installed.*n"
  45. EndIf
  46.  
  47. Echo "Installation complete.*n"
  48. Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
  49. Echo "Read Guide for more information about Bview..."
  50. Echo "Especially when you use AGA chipset."
  51.  
  52. Skip END
  53.  
  54. Lab ABORTED
  55.  
  56. Echo "*nInstallation aborted!*n"
  57.  
  58. Lab END
  59.  
  60. Wait 10
  61. EndCLI >NIL:
  62.